home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TBULFRM / TBULFRM.txt
Text File  |  2000-04-15  |  1KB  |  60 lines

  1. object Bulfrm: TBulfrm
  2.   Left = 521
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bul'
  7.   ClientHeight = 217
  8.   ClientWidth = 217
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DBGrid1: TDBGrid
  19.     Left = 8
  20.     Top = 26
  21.     Width = 201
  22.     Height = 183
  23.     DataSource = Form3.DataSource2
  24.     Font.Charset = TURKISH_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Verdana'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     TitleFont.Charset = DEFAULT_CHARSET
  32.     TitleFont.Color = clWindowText
  33.     TitleFont.Height = -11
  34.     TitleFont.Name = 'MS Sans Serif'
  35.     TitleFont.Style = []
  36.     OnDrawColumnCell = DBGrid1DrawColumnCell
  37.     Columns = <
  38.       item
  39.         Expanded = False
  40.         FieldName = 'URL'
  41.         Width = 167
  42.         Visible = True
  43.       end>
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 8
  47.     Top = 4
  48.     Width = 202
  49.     Height = 21
  50.     Color = 4194304
  51.     Font.Charset = TURKISH_CHARSET
  52.     Font.Color = 16768991
  53.     Font.Height = -11
  54.     Font.Name = 'Verdana'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 1
  58.   end
  59. end
  60.